Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

local runner nonblocking #96

Merged
merged 2 commits into from
Oct 25, 2023
Merged

Conversation

morsecodist
Copy link
Contributor

This makes the runner for local development more closely mirror what happens in production. It fires the workflow and forgets, the only notification we get on completion comes through the listener.

@morsecodist morsecodist marked this pull request as ready for review October 19, 2023 20:49
Copy link
Collaborator

@rzlim08 rzlim08 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, just a question

workflow_path: str,
inputs: dict,
) -> str:
runner_id = str(uuid4())
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will this eventually be set by workflow_run_id?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No, this is supposed to be generated by the runner, it is an equivalent to the SFN execution ARN

@morsecodist morsecodist merged commit ed0ff84 into main Oct 25, 2023
2 checks passed
@morsecodist morsecodist deleted the tmorse-local-runner-nonblocking branch October 25, 2023 16:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants